SftTree/NET 2.0

LowerSubordinateCell Property, CellClass Class

Softel vdm, Inc.

Returns the cell below if the current cell merges into that cell.

Syntax      CellClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property LowerSubordinateCell As CellClass
Public ReadOnly Overridable Property LowerSubordinateCell As CellBaseClass

C#   

public CellClass LowerSubordinateCell { get; }
public virtual CellBaseClass LowerSubordinateCell { get; }

C++   

public: property CellClass^ LowerSubordinateCell {
        CellClass^ get();
}
public: property virtual CellBaseClass^ LowerSubordinateCell {
        CellBaseClass^ get();
}

Property Value

The next subordinate cell or null/Nothing if no additional merged cells are owned by the same main cell.

Comments

The LowerSubordinateCell property returns the cell below if the current cell merges into that cell.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com